home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / noweb / src / tex / Makefile < prev    next >
Makefile  |  1995-02-24  |  287b  |  14 lines

  1. SHELL=/bin/sh
  2. all: nwmac.tex noweb.sty
  3. source: nwmac.tex noweb.sty
  4.  
  5. nwmac.tex: support.nw
  6.     notangle -Rnwmac.tex support.nw > nwmac.tex
  7.  
  8. noweb.sty: support.nw
  9.     notangle -Rnoweb.sty support.nw > noweb.sty
  10.  
  11. clean: 
  12.     /bin/rm -f *~ *.dvi *.aux *.log *.blg *.bbl *.toc
  13.     /bin/rm -f support.tex
  14.